IniString
IniString Filename$, Section$, Key$, Value$
 
Parameters:

    Filename$ = the name of the Ini file
    Section$ = the section name
    Key$ = the key name
    Value$ = value to write
Returns: NONE
 

IniString sets a string value in an Ini file. If the specified key or section do not exist, the will be autmatically added.
 
Related Info: IniFloat | IniInteger :
 


(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com